home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Check Mimes.sd < prev    next >
INI File  |  2004-06-28  |  691b  |  31 lines

  1. [SUBJECT]
  2. Description=Display all the mime types you have installed on the visitor's browser
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [BODY_TEXT]
  8. ;<div align="center">
  9. ;<script language="JavaScript">
  10. ;<!-- Begin
  11. ;document.writeln("<TABLE BORDER=1><TR VALIGN=TOP>",
  12. ;"<TH ALIGN=left>i",
  13. ;"<TH ALIGN=left>type",
  14. ;"<TH ALIGN=left>description",
  15. ;"<TH ALIGN=left>suffixes</TR>");
  16. ;for (i=0; i < navigator.mimeTypes.length; i++) {
  17. ;document.writeln("<TR VALIGN=TOP><TD>",i,
  18. ;"<TD>",navigator.mimeTypes[i].type,
  19. ;"<TD>",navigator.mimeTypes[i].description,
  20. ;"<TD>",navigator.mimeTypes[i].suffixes,
  21. ;"</TR>");
  22. ;  }
  23. ;document.writeln("</TABLE>");
  24. ;// End -->
  25. ;</script>
  26. ;</div>
  27. ;
  28.  
  29.  
  30.  
  31.